From 6e96fb42b2b7093c1dd95f8e036467062b710aed Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Thu, 13 Jun 2024 11:16:39 +0200 Subject: [PATCH] d-ignore-test_arc_condvar_poison-ppc Forwarded: no Gbp-Pq: Topic upstream Gbp-Pq: Name d-ignore-test_arc_condvar_poison-ppc.patch --- library/std/tests/sync/mutex.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/std/tests/sync/mutex.rs b/library/std/tests/sync/mutex.rs index ff6aef7179..e8b738ad15 100644 --- a/library/std/tests/sync/mutex.rs +++ b/library/std/tests/sync/mutex.rs @@ -424,6 +424,7 @@ fn test_replace_poison() { } #[test] +#[cfg(not(target_arch = "powerpc"))] #[cfg_attr(not(panic = "unwind"), ignore = "test requires unwinding support")] fn test_arc_condvar_poison() { struct Packet(Arc<(Mutex, Condvar)>); -- 2.30.2